object AboutForm: TAboutForm Left = 303 Top = 260 BorderStyle = bsDialog Caption = 'About BlogJet' ClientHeight = 170 ClientWidth = 299 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 16 Width = 48 Height = 48 AutoSize = True Picture.Data = {} Transparent = True end object Label1: TLabel Left = 72 Top = 16 Width = 42 Height = 13 Caption = 'BlogJet' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object VersionLabel: TLabel Left = 72 Top = 40 Width = 74 Height = 13 Caption = 'Version 1.0.0.0' end object Label3: TLabel Left = 72 Top = 56 Width = 181 Height = 13 Caption = 'Copyright '#169' 2004 DiFolders Software' end object JvLinkLabel1: TJvLinkLabel Left = 72 Top = 72 Width = 65 Height = 13 Hint = 'http://www.blogjet.com|' Caption = 'Visit website' Text.Strings = ( 'Visit website') Transparent = False LinkColor = clBlue LinkColorClicked = clRed LinkColorHot = clPurple LinkStyle = [fsUnderline] HotLinks = False AutoHeight = True MarginWidth = 0 MarginHeight = 0 OnLinkClick = JvLinkLabel1LinkClick ParentShowHint = False ShowHint = True end object Label2: TLabel Left = 72 Top = 96 Width = 58 Height = 13 Caption = 'Licensed to:' end object LicenseLabel: TLabel Left = 72 Top = 112 Width = 155 Height = 13 Caption = 'UNREGISTERED TRIAL VERSION' end object Button1: TButton Left = 208 Top = 136 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end end